// Creates enemies that originate from the right side of the screen, but join the left side of the formation.

// NOTE: The path is double-inverted 


// delay, "create", enemyType, horizLoc, vertLoc, pathName, startAngle, speed, formationRow, formationCol [fireBullet atPlayer min max]
// 120 create crestOrange left -35 wobblePathLong 330 1 2 5 fireBullet atPlayer 250 750

	// column 2
12 create crestBlue right -30 rainbowPath 0 1 3 2
12 create insectOrange right -30 rainbowPath 0 1 4 2
12 create crestRed right -30 rainbowPath 0 1 5 2 fireBullet atPlayer 150 150
12 create blackCrestBlocker right -30 rainbowPath 0 1 6 2

	// column 3
12 create crestBlue right -30 rainbowPath 0 1 3.4 3 fireBullet atPlayer 200 200
12 create strikerPurple right -30 rainbowPath 0 1 4.4 3
12 create crestRed right -30 rainbowPath 0 1 5.4 3
12 create blackCrestBlocker right -30 rainbowPath 0 1 6.4 3

	// column 4
12 create squidHelmetGuy right -30 rainbowPath 0 1 3.75 4 dropsBonus
12 create insectOrange right -30 rainbowPath 0 1 4.75 4
12 create crestRed right -30 rainbowPath 0 1 5.75 4
12 create blackCrestBlocker right -30 rainbowPath 0 1 6.75 4

	// column 5
200 create crestBlue 20 top topEntry 270 1 4 5 dropsBonus fireBullet atPlayer 160 160 
12 create strikerPurple 20 top topEntry 270 1 5 5 fireBullet atPlayer 200 200
12 create crestRed 20 top topEntry 270 1 6 5 fireBullet atPlayer 120 120
12 create blackCrestBlocker 20 top topEntry 270 1 7 5

	// column 6
12 create crestBlue 20 top topEntry 270 1 4.15 6 dropsBonus fireBullet atPlayer 840 840
12 create insectOrange 20 top topEntry 270 1 5.15 6 fireBullet atPlayer 880 880
12 create crestRed 20 top topEntry 270 1 6.15 6 fireBullet atPlayer 800 800
12 create blackCrestBlocker 20 top topEntry 270 1 7.15 6

	// column 7
12 create squidHelmetGuy 20 top topEntry 270 1 4.20 7 dropsBonus
12 create strikerPurple 20 top topEntry 270 1 5.20 7
12 create crestRed 20 top topEntry 270 1 6.20 7
12 create blackCrestBlocker 20 top topEntry 270 1 7.20 7

	// boss right group
12 create greenInsectBoss 20 top topEntry 270 1 1.4 5
12 create blackCrestBlocker 20 top topEntry 270 1 2.5 4.5
12 create blackCrestBlocker 20 top topEntry 270 1 2.5 5.5


100 startAttacking